home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSound("MouseDown")
- set the castNum of sprite 9 to 264
- updateStage()
- startTimer()
- repeat while the timer < 30
- nothing()
- end repeat
- set the keyDownScript to EMPTY
- go("quitScreen")
- repeat with x = 7 to 9
- puppetSprite(x, 0)
- end repeat
- repeat with x = 7 to 9
- set the cursor of sprite x to 0
- end repeat
- end
-